home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk132 / algorhythms / source / scales.h < prev    next >
Text File  |  1995-03-19  |  185b  |  4 lines

  1. /*automusicscales.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. int InstallScale(const int Select, int scale[]);
  4. void TransposeScale(const int transpose, int *scale, const int range);